Let 'chkdoc' look in the right place for doc of this version.
authorrobertl <robertl>
Sun, 26 Aug 2007 21:39:06 +0000 (21:39 +0000)
committerrobertl <robertl>
Sun, 26 Aug 2007 21:39:06 +0000 (21:39 +0000)
tools/mkcapabilities.in

index 8377e5dbe378989d8a7df45ea8ef3e2bcadaa4a5..00848db72206670d500d4b58ea2b56d0b25f6c84 100755 (executable)
@@ -36,7 +36,7 @@ getcap($1, $2, $3, $5)
 FMTS=`./gpsbabel -^2 | grep -v '^internal' | sed 's/\&/\&amp;/' | awk  -F'\t' '{print $3}'`
 for f in $FMTS
 do
-       [ ! -f @DOCDIR@/htmldoc-development/fmt_${f}.html ] && echo Missing doc for $f
+       [ ! -f @DOCDIR@/htmldoc-@DOCVERSION@/fmt_${f}.html ] && echo Missing doc for $f
 done
 
 exit 0